Function |concat
std/ops/vec::|concat
Usage
|concat<T>(first, second)
Generics
◻ T
(any)
Parameters
↳ first:
Vec<T>
↳ second:
Vec<T>
Return
↴ Vec<T>
std/ops/vec::|concat
|concat<T>(first, second)
◻ T
(any)
↳ first:
Vec<T>
↳ second:
Vec<T>
↴ Vec<T>